gdkwindow: Correct a signature
authorJasper St. Pierre <jstpierre@mecheye.net>
Sat, 21 Jun 2014 15:25:16 +0000 (11:25 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Sat, 21 Jun 2014 15:25:40 +0000 (11:25 -0400)
We removed the parameter from callers and from the implementation, but
not from the signature up top. I didn't notice because the branch I was
working on removed the signature entirely.

gdk/gdkwindow.c

index a0da4c4b702b8d15774c8e5922f084174de9b9d7..ad93c9ba898b7b339901d213873c3abc28d05ad2 100644 (file)
@@ -160,8 +160,7 @@ static void gdk_window_get_property (GObject      *object,
                                      GValue       *value,
                                      GParamSpec   *pspec);
 
-static void gdk_window_clear_backing_region (GdkWindow *window,
-                                            cairo_region_t *region);
+static void gdk_window_clear_backing_region (GdkWindow *window);
 
 static void recompute_visible_regions   (GdkWindow *private,
                                         gboolean recalculate_children);